There are two Deviation alarm calculation types that can be implemented in CygNet. The Deviation Value alarm calculation is included with the CygNet Standard Point Scheme. For more information on the Deviation Value alarm calculation, see Default Alarm Calculations.
The Deviation Percent alarm calculation can only be implemented with the CygNet Enhanced Point Scheme. See Understanding the CVS Metadata File for more information about the elements and attributes that define the CygNet Enhanced Point Scheme.
For more information, see Alarm Calculation Types.
Note: The Calculation Parameters are user-provided.
The Percent Deviation alarm uses the Deviation Percent (DEVIATION_PCT) calculation. On each update, the system calculates the percentage change from the previous value and sets the alarm bit if the percentage change exceeds the threshold. This alarm calculation uses Calculation Parameter 1 only.
The following image shows the area of an Analog Alarm Settings page of a PNT Editor with an enabled Percent Deviation.
Calculation Parameter
Equation
|
Percent Change = ((Updated Value/Previous Value) -1) X 100 |
Example
In this example, the Percent Deviation bit is set because the percentage change (79.0319%) of the updated value and the previous value is greater than the calcparm value of 10%.
|
((95.322/53.243) -1) X 100 = 79.0319% |